shouldNotBeIn

Assert value is not in container.

  1. void shouldNotBeIn(in auto ref T value, in auto ref U container, in string file = __FILE__, in size_t line = __LINE__)
  2. void shouldNotBeIn(in auto ref T value, U container, in string file = __FILE__, in size_t line = __LINE__)
    void
    shouldNotBeIn
    (
    T
    U
    )
    (
    in auto ref T value
    ,,
    in string file = __FILE__
    ,
    in size_t line = __LINE__
    )
    if (
    !isLikeAssociativeArray!(U, T)
    )

Meta